home *** CD-ROM | disk | FTP | other *** search
- .geometry "version 0.1";
- v1 = .free(-0.135431, -0.072503, .invisible, "1");
- v2 = .free(0.890561, -0.072503, .invisible, "2");
- line = .l.vv(v1, v2, .longline);
- v3 = .vonl(line, 0.305062, -0.072503, .green, .plus);
- l = .len.vv(v1, v3);
- c = .c.vlen(v1, l);
- a = .len.f(15);
- aa = .len.times(a, l);
- vv = .v.avv(aa, v2, v1, .invisible);
- l1 = .l.vv(v1, vv, .longline);
- v4 = .v.lc(l1, c, 1, .smear);
- .text("This is a display hack. Move the green vertex and");
- .text("generate a spiral.");
-